From 6cd752dcc9af545e4d9b5c81a45e7ca19c89361f Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild2.aw" Date: Sun, 18 Feb 2007 16:13:13 -0700 Subject: [PATCH] [IA64] Make b2-b5 fixed registers Signed-off-by: Tristan Gingold --- xen/arch/ia64/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/ia64/Rules.mk b/xen/arch/ia64/Rules.mk index eefd5fe1ab..cfc333ee85 100644 --- a/xen/arch/ia64/Rules.mk +++ b/xen/arch/ia64/Rules.mk @@ -33,7 +33,7 @@ CPPFLAGS+= -I$(BASEDIR)/include \ CFLAGS += $(CPPFLAGS) #CFLAGS += -Wno-pointer-arith -Wredundant-decls CFLAGS += -DIA64 -DXEN -DLINUX_2_6 -CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127 +CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127,b2-b5 CFLAGS += -g #CFLAGS += -DVTI_DEBUG ifeq ($(xen_ia64_expose_p2m),y) -- 2.30.2